x86/hvm/ioreq: use bool rather than bool_t
authorPaul Durrant <paul.durrant@citrix.com>
Mon, 25 Sep 2017 14:40:39 +0000 (16:40 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 25 Sep 2017 14:40:39 +0000 (16:40 +0200)
commit55b33293c399e577f1a2b6cc933ced955615e63a
treec8e824408296739b2785aec855fa40c8d954b96d
parentfecefea350e8d88897f424c96b0ddf82b614360f
x86/hvm/ioreq: use bool rather than bool_t

This patch changes use of bool_t to bool in the ioreq server code. It also
fixes an incorrect indentation in a continuation line.

This patch is purely cosmetic. No semantic or functional change.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/hvm/dm.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/io.c
xen/arch/x86/hvm/ioreq.c
xen/include/asm-x86/hvm/domain.h
xen/include/asm-x86/hvm/ioreq.h